home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
include
/
enlightenment
/
e_alert.h
< prev
next >
Wrap
C/C++ Source or Header
|
2006-01-09
|
239b
|
17 lines
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_ALERT_H
#define E_ALERT_H
int e_alert_init(const char *disp);
int e_alert_shutdown(void);
void e_alert_show(const char *text);
#endif
#endif